testing.fuzzResult.Error (field)

4 uses

	testing (current package)
		fuzz.go#L368: 			f.result = fuzzResult{Error: err}
		fuzz.go#L434: 	Error error         // Error is the error from the failing input
		fuzz.go#L438: 	if r.Error == nil {
		fuzz.go#L441: 	return r.Error.Error()